home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / thor / BounceSpam.readme < prev    next >
Text File  |  1997-09-05  |  6KB  |  143 lines

  1. Short:    Add addrs to GetMail cfg in Thor (V1.5)
  2. Author:   roy@ebrown.demon.co.uk (Roy E Brown)
  3. Uploader: Author
  4. Version:  1.5
  5. Type:     comm/thor
  6. Requires: GetMail by Philip Stokes
  7.  
  8. BounceSpam © 1997 Roy E Brown
  9.  
  10. GetMail is © 1996-97 Philip Stokes
  11.  
  12. This script will add the current message 'from address' to either the 'Kill
  13. Addresses' or the 'Allowed Addresses' section of GetMail's configuration file.
  14.  
  15. The 'Kill' option is useful for automatically adding spammers to your kill list,
  16. as any mail from these addresses is automatically bounced back to the sender
  17. without being downloaded to your system.
  18.  
  19. The 'Allowed' option allows GetMail to receive EMail from the specified
  20. addresses without asking the user for confirmation first. This option is
  21. configurable within GetMail - you should read the GetMail documentation
  22. carefully. You should manually delete the word 'any' from this section if you
  23. add new addresses.
  24.  
  25. The script assumes that you have the following 3 lines at the end of your
  26. existing 'Kill Addresses';
  27.  
  28.    <Blank Line>
  29.    #  ===============================================================
  30.    #  Allowed Addresses
  31.  
  32. ... and these 2 lines at the end of the file:
  33.  
  34.    <Blank Line>
  35.    # EOF
  36.  
  37. If you haven't touched these lines at all, then the script should work OK.
  38.  
  39. This script will work from within any conference in Thor.
  40.  
  41. Any suggestions or comments, please email me.
  42.  
  43. History
  44.  
  45. V1.5      Added the option of editing the email address before adding to the
  46. (9.8.97)  configuration file. Thanks to Ian Deaville for reminding me to do it!
  47.  
  48. V1.4.1    Scripts now handles Conference names of more than one word. Oops!
  49. (27.7.97)
  50.  
  51. V1.4      Scripts now checks if current msg has been deleted. If so, it exits
  52. (16.5.97) gracefully.
  53.  
  54. V1.3.1    Missed a UULib: back in V1.2. Thanks again Chris Malin for letting me
  55. (25.3.97) know.
  56.  
  57. V1.3      Removed the EMail conference only limitation. You can now add an
  58. (18.3.97) address from any conference in Thor. Thanks to Paul Gooch for the
  59.       suggestion.
  60.  
  61. V1.2      Added a new variable, UULibPath, which is the full file pathname to
  62. (23.2.97) SMTP.conf. This has changed because the assignment to UULIB: may not
  63.       be available when the user is reading mail off-line. Thanks to Chris
  64.       Malin for the suggestion.
  65.  
  66. V1.1      Added support for adding 'Allowed Addresses'
  67. (16.2.97)
  68.  
  69. V1.0      Private release
  70. (15.2.97)
  71.  
  72.              GetMail version 2.1
  73.               =========================
  74.  
  75. GetMail is an ARexx SMTP Daemon for AmiTCP and Miami. It is called by
  76. inetd whenever it receives an incoming call to port 25.
  77.  
  78. GetMail handles all of the dialogue between your machine and the server.
  79. Incoming mail is passed to a temporary file in T: which is then passed
  80. to rmail for local delivery. GetMail does not acknowledge receipt of the
  81. mail item to the server until rmail has successfully delivered the mail
  82. to the destination mailbox. Additionally, the temporary file will not be
  83. deleted unless rmail reports a successful local delivery of the file. If
  84. an error condition occurs, GetMail will send an appropriate response to
  85. the server and shut down its connection.
  86.  
  87. All mail transactions are logged to a file. The filename is determined
  88. by GetMail but the path to the logfile can be set in the config file
  89. UULib:SMTP.conf. The default is T:
  90.  
  91. Basic rejection of unwanted mail is enabled and works on the sender's
  92. address. There must be an entry in UULib:SMTP.conf for each person whose
  93. mail you wish to reject, consisting of their email address or a string
  94. to match against that address. For example, mail from fred@foo.bar.com
  95. would be killed by the entries:
  96.  
  97.       fred@foo.bar.com
  98.       foo.bar.com
  99.       bar.com
  100.  
  101. The first entry will only kill mail from fred@foo.bar.com, whereas the
  102. second will kill all mail sent from the machine foo.bar.com and the
  103. third will kill all mail from anyone on any machines in the domain
  104. bar.com.
  105.  
  106. Mail from anyone included in that list is bounced back to them by the
  107. server for the reason "Access denied" and never actually downloaded to
  108. your machine.
  109.  
  110. Another new feature for version 2 is the ability to actively accept or
  111. bounce any item of mail at the time of delivery, unless the mail item
  112. matches an entry in the kill list (see above) or a list of allowed
  113. addresses. This is a list similar in format to the kill list, which
  114. allows you to define addresses or strings to match against addresses
  115. from which mail will be automatically and silently accepted. You can
  116. include in this list the addresses of mailing lists and people from whom
  117. you regularly receive mail, and which you don't want to be asked whether
  118. you wish to accept or bounce the mail every time an item is delivered.
  119. Any mail from a sender not matched in either the kill list or allowed
  120. list triggers a requester allowing you the option to either accept or
  121. bounce the mail item without downloading it to your machine. As with the
  122. user list, an entry "ALL" in the allowed address list will disable the
  123. requester and cause all mail not matched to the kill list to be silently
  124. accepted.
  125.  
  126.            ===============================
  127.  
  128. GetMail V2.1 is available from http://www.stokes.demon.co.uk/
  129.  
  130. Any problems with GetMail, email Phil <phil@stokes.demon.co.uk>
  131.  
  132.            ===============================
  133.  
  134.  
  135. ============================= Archive contents =============================
  136.  
  137. Original  Packed Ratio    Date     Time    Name
  138. -------- ------- ----- --------- --------  -------------
  139.     5234    2240 57.2% 09-Aug-97 23:11:04  BounceSpam.readme
  140.     5164    2052 60.2% 09-Aug-97 23:06:40  BounceSpam.thor
  141. -------- ------- ----- --------- --------
  142.    10398    4292 58.7% 10-Aug-97 13:00:44   2 files
  143.